home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 August
/
Chip_2004-08_cd1.bin
/
bonus
/
klenoty
/
jine.swf
/
scripts
/
DefineButton2_36
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-07-01
|
279 b
|
13 lines
on(release){
yos = int(getProperty("pohybka", _Y));
sbar = int(a - yos * b) - 20;
if(voditko_horni + 10 < yos && voditko_dolni >= yos)
{
setProperty("pohybka", _Y, yos - 20);
}
else
{
setProperty("pohybka", _Y, voditko_horni);
}
}